| Message |
I don't mean the search field at the top, I mean all dynamic data (such as threads, posts, and users) are stored in a database. To get that data, you have to perform searches, an easy example would be: "We're currently on thread #5, search the database for posts that were made in thread #5" - that requires searching through a lot of posts, but if done right, it doesn't need to search for as long and as much.
|
 |